home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
interface
/
browser.swf
/
scripts
/
DefineButton2_228
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-06-13
|
188b
|
11 lines
on(release){
if(_root.comando == "LINK")
{
getURL(_root.caminhos,"");
}
else
{
getURL("FSCommand:" add _root.comando,"%org%" + _root.caminhos);
}
}